home *** CD-ROM | disk | FTP | other *** search
/ IRIX 6.4 Applications 1997 August / SGI IRIX 6.4 Applications 1997 August.iso / dist / gateway.idb / usr / WebFace / Source / 40-Webservers / netscape / security.hlp.z / security.hlp
Encoding:
Text File  |  1997-07-30  |  824 b   |  30 lines

  1. #!/usr/bin/perl5
  2.  
  3. print <<EndOfFile;
  4. Content-type: text/html
  5.  
  6. <FORM>
  7. <H2>Netscape Admin Server</H2>
  8. <P>
  9. The Netscape Admin Server web site is protected by two forms
  10. of access control.  First, a client is required to have a
  11. valid username/password pair.  The list of current valid usernames
  12. is given under "Allowed users".  Users accounts may be created,
  13. edited or deleted. 
  14. </P>
  15. <P>
  16. Second, a clients
  17. host IP address or hostname must appear in the list of "Allowed
  18. clients".  The editable list can contain hostnames and IP addresses.
  19. The star "*" character may be used as a wildcard for allowing entire
  20. subnets.  For example, 204.1.1.* would allow all clients from the
  21. class C subnet 204.1.1 access.
  22. </P>
  23. <P>
  24. </P>
  25. <CENTER>
  26. <INPUT TYPE="button" VALUE="Back to Form" onClick="self.history.go(-1)">
  27. </CENTER>
  28. </FORM>
  29. EndOfFile
  30.